home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / syncrnet / ezadr221.zip / UPGRADE.DOC < prev   
Text File  |  1996-01-19  |  7KB  |  157 lines

  1. NOTE: The upgrade process is not really that complicated, but I didn't
  2. want to leave out ANY steps.  Please DON'T LEAVE OUT ANY STEPS!  It would 
  3. probably be a good idea to print this file.
  4.  
  5. ***********        Upgrade from Easy Address 2.0 to 2.2     ***************
  6.  
  7.  1. Unpack the contents of the archive to your Easy Address directory
  8.  2. Change to that directory and run EASYADD CONFIG to use the new 
  9.         configuration program to setup Easy Address. A file named 
  10.         EASYADD.CFG will be created.  EASYCOLR.DAT and most of the command
  11.         line arguments are no longer used.
  12.  3. Load the Synchronet Configuration program (SCFG) and alter the command 
  13.         line for EASYADD and EASYADDF to ONLY have one command line parameter,
  14.         the FILE or EMAIL parameter.
  15.                 e.g. EASYADD FILE     for EASYADDF external program
  16.                      EASYADD EMAIL    for EASYADD  external program
  17.  (Optional)
  18.  4. Add the command *EASY%# to the Clean Up command Line of EASYADD and
  19.         EASYADDF.  If you do this, you will have to remove the EXEC EASY%#
  20.         line from your BAJA source files.
  21.  5. Edit the new file ADDRESS.DAT, this is a default list of addresses that
  22.         each user will get the first time they run Easy Address.  See the 
  23.         documentation for more details.  A samlple file is included in the
  24.         archive called ADDRESS.SAM
  25.  6. If you are using the GUUCP gateway at 1:1/31, that gateway is closing down
  26.         on March 1st.  Please see the EASYADD.DOC File for information about
  27.         using a GUUCP gateway at 1:13/10.
  28.  
  29.  NOTE: I have gone to a new Registration Key System.  All registered users
  30.        are in my database, if you are a registered user and have not received 
  31.        a valid 20 character registration code, please contact me and I will
  32.        send the new code to you ASAP.
  33.  
  34. ***********        Upgrade from Easy Address 2.0 to 2.0b     ***************
  35.  
  36.  - Simply copy the DOC files and EXE to your easy address directory
  37.  
  38.  
  39. ***********        Upgrade from Easy Address 1.0 to 2.0      ***************
  40.     (if you already have the old beta, skip to the Beta upgrade section)
  41.  
  42. 1. Make sure users are not in Easy Address
  43.  
  44. 2. Copy all files from 2.0 archive to the 1.0 directory
  45.  
  46. 3. Change to the EASYADD directory
  47.         e.g. cd \sbbs\xtrn\easyadd <ENTER>
  48.  
  49. 4. Run EASYUP TOTAL where TOTAL is your total number of users.  This will 
  50.         upgrade the USER[#].ADD files to the new EZ[#].ADD file format.
  51.         e.g. EASYUP 450 <ENTER>
  52.  
  53. 5. Delete the USER[#].ADD files.  They are not used with 2.0.
  54.         e.g. del USER*.ADD <ENTER>
  55.  
  56. 6. Write down the command line from your RUN.BAT file in the Easy Address
  57.         directory.
  58.         e.g. EASYADD c:\sbbs\ %1 000000 1:1/31 TZ=CST6EDT
  59.  
  60. 7. Go into SCFG->External Programs->External Programs->EASYADD
  61.         
  62.         Version 2.0 uses TWO DIFFERENT command line parameters, 
  63.         so please use the following format and forget about the RUN.BAT
  64.  
  65.         Parameter 1 - FULL PATH TO EXEC DIRECTORY       (NOT SBBS PATH)
  66.                   2 - EMAIL or FILE                     (NOT NODE NUMBER)
  67.                   3 - Registration code                 (SAME)
  68.                   4 - Full GUUCP address, SUUCP or NONE (SAME)
  69.                   5 - TZ Variable                       (SAME)
  70.  
  71.         For the example in Step 6, the command line for EASYADD 2.0 changes
  72.         from RUN.BAT %# to:
  73.                 
  74.                 EASYADD %! EMAIL 000000 1:1/31 TZ=CST6EDT
  75.  
  76. 6. Go into your command shell BAJA code and replace EXEC_BIN EASYADD with:
  77.                 EXEC_XTRN EASYADD
  78.                 EXEC *EASY%#
  79.  
  80. 7. If you want to customize the colors, see the file EASYCOLR.DAT!  You must
  81.         also edit your fidonet, internet and/or QWK addresses in this file.
  82.         (It's well documented, and if you mess up the colors, just delete
  83.         it and a new EASYCOLR.DAT file will be created)
  84.  
  85. 8. You may delete the EASYADD.BIN, EASYADD.SRC and EASYSRC.EXE files from the
  86.         SBBS\EXEC directory and the Easy Address directory if you wish.  They
  87.         are no longer needed.
  88.  
  89. 9. Print the REGISTER.DOC file, fill it out and either snail-mail or
  90.         e-mail it to me so I have all the information needed for my records.  
  91.         This is a FREE upgrade (unless you just want to give me some money), 
  92.         but I would like to have the information in the REGISTER.DOC file.
  93.         If you haven't already registered, please notice that the 
  94.         registration cost has risen to $20 US.
  95.  
  96. 10, If you want to use Easy Address with fidonet and internet file attaches
  97.         see the next section.
  98.  
  99. All Done!  Go be amazed at Easy Address 2.0 and Thank You for the support!
  100.  
  101. ********************         FOR FILE ATTACHES!         ********************
  102.  
  103. If you wish to have internet (NetXpress only) or fidonet file attach 
  104.         support with Easy Address you must do a few more things.
  105.  
  106. 1. Copy the External Program EASYADD to a new slot using the GET and PUT 
  107.         commands.  Change the internal code of the new External Program
  108.         to EASYADDF
  109.  
  110. 2. Edit the command line of EASYADDF and replace EMAIL with FILE.  By having 
  111.         file attaches separate from the E-Mail, you can define ARS just for 
  112.         file attaches.
  113.  
  114. 3. Edit Your BAJA Source like the following:
  115.      
  116.      Replace the MAIL_SEND_NETFILE with these two lines:
  117.                 EXEC_XTRN EASYADD
  118.                 EXEC *EASY%#
  119.  
  120. 4. Recompile your BAJA code.
  121.         e.g. BAJA DEFAULT.SRC
  122.  
  123. Now if the user chooses yes to the file attach question and picks an Internet 
  124. or fidonet address he/she will be prompted for the filename to attach to 
  125. the message.  Try it, I think you'll like it. 8-)
  126.  
  127.  
  128. ******************     UPGRADING FROM 2.0 BETA A to 2.0    ****************
  129.  
  130. 1.  Backup your EASYCOLR.DAT file.  A new file is included with this
  131.         archive that has support for the user's internet, fidonet, 
  132.         and QWK addresses.
  133.  
  134. 2. Edit the new EASYCOLR.DAT file if you want custom colors or wish
  135.         to specify your systems fidonet, internet, and QWK addresses.
  136.  
  137. 3. Edit all of your command shell sources that you use Easy Address with
  138.         and change the EXEC_BIN EASYADD to:
  139.                 EXEC_XTRN EASYADD
  140.                 EXEC *EASY%#
  141.  
  142.         change the EXEC_BIN EASYADDF to:
  143.                 EXEC_XTRN EASYADDF
  144.                 EXEC *EASY%#
  145.  
  146. 4. Delete the EASYADD.BIN, EASYADD.SRC, EASYADDF.BIN, EASYADDf.SRC and 
  147.         EASYSRC.EXE files if you wish.  They are no longer used.
  148.  
  149.  
  150. Any Questions?  Feel free to call, write, or post on Dove-Net.
  151.  
  152.  
  153. The.Tramp
  154. Gregory Campbell
  155. G.A.C. Computer Services
  156.  
  157.